Calendar for UWP/WinRT
ReentrantObservableCollection<T> クラス
メンバ 

ReentrantObservableCollection<T> クラスは、DeferrableObservableCollection<T> と同じインタフェースと機能を表します。ただし、CollectionChanged イベントのイベントハンドラでコレクションを変更可能です。
オブジェクト モデル
ReentrantObservableCollection<T> クラス
構文
'宣言
 
Public Class ReentrantObservableCollection(Of T) 
   Inherits System.Collections.ObjectModel.Collection(Of T)
public class ReentrantObservableCollection<T> : System.Collections.ObjectModel.Collection<T> 
型パラメータ
T
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      C1.Xaml.Calendar.ReentrantObservableCollection<T>
         C1.Xaml.Calendar.DateList

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

ReentrantObservableCollection<T> メンバ
C1.Xaml.Calendar 名前空間

Send Feedback